.header {
    height: 45px;
    width: 100%;
	/*background-color: #ff7300;*/
}
.header .top {
    color: #fff;
    background-color: #ff7300;
     }
.header .content {
    width: 1200px;
    margin: 0 auto;
     }
.top .top_l {

    height: 45px;

}
.top .top_l a{
	display:block;
	width:164px;
	height:45px;
}
.fl {
    float: left;
}
.header .top a {

    color: inherit;
    line-height: 45px;
    font-size: 16px;

}
.fr {

    float: right;

}
.header .top .top_r a {
	display: inline-block;
    margin-right: 12px;

}
.header .top .top_r span {

    margin-left: 25px;

}
b, strong {

    font-weight: bold;

}
.mod_footer {
	clear: both;
    border-top: 1px solid #c6c6c6;
    text-align: center;
    margin-top: 57px;
    padding: 10px 0 10px;
    background-color: #ff7300;

}
.mod_footer .link a {
    line-height: 12px;
    border-right: 1px solid #5d5d5d;
    display: inline-block;
    padding: 0 6px;

}
.foot{
   
    width: 100%;
    /* margin-bottom: 60px; */
    margin-top: 20px;
    text-align: center;
    background: #fff;
    /* padding-bottom: 40px; */
    overflow: hidden;
}
.foot p{
    font-size: 14px;
    color: #666666;
}
@media (max-width: 768px){
    .header{
        display: none;
    }
    .mod_footer{
        display: none;
    }
    .foot{
        display: block;
    }
}
